{% load i18n %} {% block content %}
{% trans 'system_operation_supportHelpTxt' %}
{% block form_top %}{% endblock %}
{% csrf_token %} {% for field in form %}
{{ field }}
{% endfor %} {##}
{% endblock %}